[IA64] compilation fix of c/s 17723:c684cf331f94
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 2 Jun 2008 02:35:02 +0000 (11:35 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 2 Jun 2008 02:35:02 +0000 (11:35 +0900)
commit18e7bd4797c9dfcc8aad2583ddd131381da5cfc2
treecf6ad602e87b12896045650df334f3b912abc559
parent228815506477928ab297cfc2f647a16dd6caf449
[IA64] compilation fix of c/s 17723:c684cf331f94

This patch fixes the compilation error caused by the c/s 17723:c684cf331f94.
Define stub functions which return -ENOSYS.

ia64-linux-gnu-ld -g -T xen.lds.s -N \
                -Map map.out linux-xen/head.o xen-unstable.hg/xen/common/built_in.o xen-unstable.hg/xen/drivers/built_in.o xen-unstable.hg/xen/xsm/built_in.o xen-unstable.hg/xen/arch/ia64/built_in.o \
                xen-unstable.hg/xen/common/symbols-dummy.o -o xen-unstable.hg/xen/xen-syms
xen-unstable.hg/xen/common/built_in.o: In function `__gnttab_unmap_common':
xen-unstable.hg/xen/common/grant_table.c:566: undefined reference to `iommu_unmap_page'
xen-unstable.hg/xen/common/built_in.o: In function `__gnttab_map_grant_ref':
xen-unstable.hg/xen/common/grant_table.c:388: undefined reference to `iommu_map_page'

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/mm.c